home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 27 / CU Amiga Magazine's Super CD-ROM 27 (1998)(EMAP Images)(GB)[!][issue 1998-10].iso / CUCD / PowerPC / FixPATCHMAC / FixPATCHMAC.doc < prev    next >
Encoding:
Text File  |  1998-08-05  |  1.3 KB  |  31 lines

  1.  
  2. FixPATCHMAC is a hack to get around the bug in the PATCHMAC option in
  3. CyberMap and its ROM equivalent.  The extra low-memory pages don't get
  4. valid mappings, causing FUSION to crash.  This program looks for low memory
  5. pages with invalid mappings and replaces them with the normal 1:1 mappings
  6. used for most CHIP RAM pages.  It only affects 040/060 systems.
  7.  
  8. This is an updated version which also corrects the lower bound of the CHIP
  9. region to be the same as it is without PATCHMAC.  Aside from making the
  10. memory configuration look even more like the standard setup, it permits
  11. FixPATCHMAC to be used either before or after SetPatch.  The end result of
  12. PATCHMAC with FixPATCHMAC is that the CHIP memory configuration is entirely
  13. normal except for the low 16K being "preallocated" to keep it available for
  14. the Mac.
  15.  
  16. Note that an official fix from Microcode Solutions will be available soon,
  17. in the form of updated versions of the RsrvXXXX programs.  That version of
  18. the fix only performs the lower-bound adjustment and hence *must* precede
  19. SetPatch in the startup.
  20.  
  21. Usage:
  22.  
  23. Just run it any time before running FUSION, probably most conveniently in
  24. User-Startup.  It does nothing unless it finds something to fix, and does
  25. not leave any warm-boot-survivable patches.
  26.  
  27.  
  28.                     Frederick H. G. Wright II
  29.                     fw@well.com
  30.                     5-Aug-1998
  31.